home *** CD-ROM | disk | FTP | other *** search
/ Presentation Plus! Sampler / Presentation Plus! Sampler.iso / pc / Setup / data1.hdr / dirOpened output of crstext.dir / scripts_9_log.ls < prev    next >
Encoding:
Text File  |  2002-05-13  |  227 b   |  8 lines

  1. on DOlog DOstringToLog, color
  2.   put DOstringToLog & RETURN after field "out"
  3.   if color <> VOID then
  4.     lineToColor = field("out").lines.count - 1
  5.     set the foreColor of line lineToColor of field "out" to color
  6.   end if
  7. end
  8.